home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Extras / BOOPSI / GI1 / Include / images / led.i < prev   
Encoding:
Text File  |  1999-10-27  |  1.1 KB  |  50 lines

  1.     IFND    IMAGES_LED_I
  2. IMAGES_LED_I    SET    1
  3.  
  4. **
  5. **    $VER: led.h 42.1 (10.1.94)
  6. **    Includes Release 42.1
  7. **
  8. **    Definitions for the LED BOOPSI image class
  9. **
  10. **    (C) Copyright 1994-1999 Amiga, Inc.
  11. **    All Rights Reserved
  12. **
  13.  
  14. ;*****************************************************************************
  15.  
  16.     IFND EXEC_TYPES_I
  17.     INCLUDE "exec/types.i"
  18.     ENDC
  19.  
  20.     IFND UTILITY_TAGITEM_H
  21.     INCLUDE "utility/tagitem.i"
  22.     ENDC
  23.  
  24.     IFND INTUITION_IMAGECLASS_I
  25.     INCLUDE "intuition/imageclass.i"
  26.     ENDC
  27.  
  28. ;*****************************************************************************
  29.  
  30. LED_Dummy        equ    (TAG_USER+$04000000)
  31.  
  32. LED_Pairs        equ    (LED_Dummy+1)
  33.     ; (WORD) Number of digit pairs (1-8)
  34.  
  35. LED_Values        equ    (LED_Dummy+2)
  36.     ; (WORD *) Array of digit pairs.  Must be LED_Pairs in size.
  37.  
  38. LED_Colon        equ    (LED_Dummy+3)
  39.     ; (BOOL) Colon on or off
  40.  
  41. LED_Negative        equ    (LED_Dummy+4)
  42.     ; (BOOL) Negative sign on or off
  43.  
  44. LED_Signed        equ    (LED_Dummy+5)
  45.     ; (BOOL) Leave space for negative sign
  46.  
  47. ;*****************************************************************************
  48.  
  49.     ENDC    ; IMAGES_LED_I
  50.